runtime.hexdumper.fmtHex (method)

5 uses

	runtime (current package)
		hexdump.go#L185: 			h.fmtHex(lineBuf[dataStart+int(pos+1):][:1], uint64(offset))
		hexdump.go#L189: 			h.fmtHex(lineBuf[asciiStart+offset:][:1], uint64(offset))
		hexdump.go#L198: 	h.fmtHex(lineBuf[:2*h.addrBytes], uint64(h.addr))
		hexdump.go#L207: 		h.fmtHex(lineBuf[dataStart+int(pos):][:2], uint64(b))
		hexdump.go#L245: func (h *hexdumper) fmtHex(buf []byte, v uint64) {